This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0.  For a full list of available versions, see the Directory of published versions 
URL for this extension:
http://hl7.org/fhir/StructureDefinition/hspc-extensionsresultCopiesTo
Status: draft. Extension maintained by: HSPC
The results need to be copied and given to the provider indicated.
Context of Use: Use on element: DiagnosticReport
usage info: insert a list of places where this extension is used
Summary
| Name | Flags | Card. | Type | Description & Constraints  | 
|---|---|---|---|---|
|   extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/hspc-extensionsresultCopiesTo Result Copies To: The results need to be copied and given to the provider indicated. Use on element: DiagnosticReport | |
|    ProviderId | 0..1 | Identifier | The identifying code for the provider. | |
|    ProviderName | 0..1 | string | The provider's name. | |
|  Documentation for this format | ||||
Fulle Structure
| Name | Flags | Card. | Type | Description & Constraints  | 
|---|---|---|---|---|
|   extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/hspc-extensionsresultCopiesTo Result Copies To: The results need to be copied and given to the provider indicated. Use on element: DiagnosticReport | |
|    extension | 0..1 | Extension | ProviderId | |
|     extension | 0..0 | |||
|     url | 1..1 | uri | "ProviderId" | |
|     valueIdentifier | 1..1 | Identifier | Value of extension | |
|    extension | 0..1 | Extension | Provider name | |
|     extension | 0..0 | |||
|     url | 1..1 | uri | "ProviderName" | |
|     valueString | 1..1 | string | Value of extension | |
|    url | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/hspc-extensionsresultCopiesTo" | |
|    value[x] | 0..0 | |||
|  Documentation for this format | ||||
XML Template
<!-- Result Copies To --><extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/hspc-extensionsresultCopiesTo" > <-- extension sliced by url in the specified orderOpen--> <extension url="ProviderId"> 0..1 Extension <!-- 0..1 ProviderId --> <valueIdentifier><!-- 1..1 Identifier Value of extension --></valueIdentifier> </extension> <extension url="ProviderName"> 0..1 Extension <!-- 0..1 Provider name --> <valueString value="[string]"/><!-- 1..1 Value of extension --> </extension> </extension>
JSON Template
{ // Result Copies To
    "extension" : [ //  sliced by url  in the specified orderOpen
      { // ProviderId //
        // from Element: extension
        "url" : "ProviderId", // R! 
        "valueIdentifier" : { Identifier } // R! Value of extension
      },
      { // Provider name //
        // from Element: extension
        "url" : "ProviderName", // R! 
        "valueString" : "<string>" // R! Value of extension
      }
    ],
    "url" : "http://hl7.org/fhir/StructureDefinition/hspc-extensionsresultCopiesTo", // R! 
// value[x]: Value of extension. One of these 33:
  }
 Summary
| Name | Flags | Card. | Type | Description & Constraints  | 
|---|---|---|---|---|
|   extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/hspc-extensionsresultCopiesTo Result Copies To: The results need to be copied and given to the provider indicated. Use on element: DiagnosticReport | |
|    ProviderId | 0..1 | Identifier | The identifying code for the provider. | |
|    ProviderName | 0..1 | string | The provider's name. | |
|  Documentation for this format | ||||
Full Structure
| Name | Flags | Card. | Type | Description & Constraints  | 
|---|---|---|---|---|
|   extension | 0..* | Extension | URL = http://hl7.org/fhir/StructureDefinition/hspc-extensionsresultCopiesTo Result Copies To: The results need to be copied and given to the provider indicated. Use on element: DiagnosticReport | |
|    extension | 0..1 | Extension | ProviderId | |
|     extension | 0..0 | |||
|     url | 1..1 | uri | "ProviderId" | |
|     valueIdentifier | 1..1 | Identifier | Value of extension | |
|    extension | 0..1 | Extension | Provider name | |
|     extension | 0..0 | |||
|     url | 1..1 | uri | "ProviderName" | |
|     valueString | 1..1 | string | Value of extension | |
|    url | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/hspc-extensionsresultCopiesTo" | |
|    value[x] | 0..0 | |||
|  Documentation for this format | ||||
XML Template
<!-- Result Copies To --><extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/hspc-extensionsresultCopiesTo" > <-- extension sliced by url in the specified orderOpen--> <extension url="ProviderId"> 0..1 Extension <!-- 0..1 ProviderId --> <valueIdentifier><!-- 1..1 Identifier Value of extension --></valueIdentifier> </extension> <extension url="ProviderName"> 0..1 Extension <!-- 0..1 Provider name --> <valueString value="[string]"/><!-- 1..1 Value of extension --> </extension> </extension>
JSON Template
{ // Result Copies To
    "extension" : [ //  sliced by url  in the specified orderOpen
      { // ProviderId //
        // from Element: extension
        "url" : "ProviderId", // R! 
        "valueIdentifier" : { Identifier } // R! Value of extension
      },
      { // Provider name //
        // from Element: extension
        "url" : "ProviderName", // R! 
        "valueString" : "<string>" // R! Value of extension
      }
    ],
    "url" : "http://hl7.org/fhir/StructureDefinition/hspc-extensionsresultCopiesTo", // R! 
// value[x]: Value of extension. One of these 33:
  }